[PATCH] MDEV-38811 crash in information_schema.table_constraints when --skip-grant...
authorSergei Golubchik <serg@mariadb.org>
Fri, 13 Feb 2026 14:22:57 +0000 (15:22 +0100)
committerPeter Michael Green <plugwash@raspbian.org>
Thu, 5 Mar 2026 22:49:06 +0000 (22:49 +0000)
commit4779f7e0f2e80233fa833f2ec25e380b99edbb7d
treef99e7ef1a43dcce043f2cf181e829a1067eacbe4
parent6baaee5c380f1692605d60a3fcd73b3647ebc1e3
[PATCH] MDEV-38811 crash in information_schema.table_constraints when --skip-grant-tables

acl_get_all3() wasn't expecting --skip-grant-tables

Multiple users reported Akonadi crashing with MariaDB 11.8.6. Downgrading to
11.8.5 fixed it. Reason most likely due to upstream regression as described
in detail in bug reports.

Origin: https://github.com/MariaDB/server/commit/87309d3d4bb8f48910d05b0ca5ee989bcdd6b053.patch
Bug: https://jira.mariadb.org/browse/MDEV-38811
Forwarded: not-needed

Gbp-Pq: Name MDEV-38811-skip-grant-tables-crash.patch
sql/sql_acl.cc